home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 3100 / 3100.xpi / chrome / content / options.xul < prev   
Extensible Markup Language  |  2010-01-23  |  4KB  |  73 lines

  1. <?xml version='1.0'?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3. <?xml-stylesheet href="chrome://clickclean/content/css/options.css" type="text/css"?>
  4. <window windowtype="ccOptions" id="clickcleanoptions" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml">
  5. <!--
  6. Click&Clean Firefox Extension
  7. <http://www.hotcleaner.com/>.
  8. Copyright Mixesoft(c)Project 2004-2010 
  9. <http://www.mixesoft.com/>
  10. -->    
  11.   <html:div id="page">
  12.     <!--menu-->
  13.     <html:div id="box0" class="box">
  14.       <html:button type="button" accesskey="h" id="home" > 
  15.         <html:img src="img/home256.png" />
  16.         <html:p id="home-text"></html:p>
  17.       </html:button>
  18.       <html:button type="button" accesskey="f" id="forum" > 
  19.         <html:img src="img/forum256.png" />
  20.         <html:p id="forum-text"></html:p>
  21.       </html:button>
  22.       <html:button type="button" accesskey="t" id="twitter" > 
  23.         <html:img src="img/twitter256.png" />
  24.         <html:p id="twitter-text"></html:p>
  25.       </html:button>
  26.       <html:button type="button" accesskey="" id="contact" > 
  27.         <html:img src="img/contact256.png" />
  28.         <html:p id="contact-text"></html:p>
  29.       </html:button>
  30.     </html:div>
  31.     <!--clear private data-->
  32.     <html:div id="box1" class="box">
  33.       <html:p id="san-cap" class="box-cap"></html:p>
  34.       <html:input id="san-enabled" type="checkbox" /><html:label id="san-enabled-desc" for="san-enabled"></html:label>
  35.       <html:input id="san-close" type="checkbox" /><html:label id="san-close-desc" for="san-close"></html:label>
  36.       <html:input id="san-ask" type="checkbox" /><html:label id="san-ask-desc" for="san-ask"></html:label> 
  37.       <html:label id="san-time-desc" for="san-time"></html:label><html:select id="san-time" size="1"> <html:option>0</html:option><html:option>1</html:option><html:option>2</html:option><html:option>3</html:option><html:option>4</html:option> <html:option>5</html:option> <html:option>6</html:option> <html:option>7</html:option> <html:option id="san-time-inf" >san_time_inf</html:option></html:select>
  38.       <html:button id="san-clear" type="button" ></html:button>
  39.     </html:div>
  40.     <!--external app-->
  41.     <html:div id="box2" class="box">
  42.       <html:p id="ext-cap" class="box-cap" >ext_cap</html:p>
  43.       <html:input id="ext-sanitize" type="checkbox" /><html:label id="ext-sanitize-desc" for="ext-sanitize" ></html:label>
  44.       <html:input id="ext-close" type="checkbox" /><html:label id="ext-close-desc" for="ext-close" ></html:label>
  45.       <html:label id="ext-path-desc" for="ext-path" ></html:label>
  46.       <html:input id="ext-path" size="36" maxlength="254" spellcheck="false" type="text" />
  47.       <html:button id="ext-browse" type="button">...</html:button>
  48.       <html:label id="ext-arg-desc" for="ext-arg"></html:label>
  49.       <html:input id="ext-arg" size="36" maxlength="254" spellcheck="false" type="text" /> 
  50.       <html:button id="ext-run" type="button" ></html:button>
  51.     </html:div>
  52.     <!--advanced-->
  53.     <html:div id="box3" class="box">
  54.       <html:p id="adv-cap" class="box-cap" ></html:p>
  55.       <html:input id="adv-lso" type="checkbox" /><html:label id="adv-lso-desc" for="adv-lso" ></html:label>
  56.       <html:input id="adv-tabs" type="checkbox" /><html:label id="adv-tabs-desc" for="adv-tabs" ></html:label>
  57.       <html:input id="adv-tab" type="checkbox" /><html:label id="adv-tab-desc" for="adv-tab" ></html:label>
  58.     </html:div>
  59.     
  60.     <html:button id="opt-def" accesskey="r" type="button" ></html:button>
  61.     <html:button id="opt-cancel" accesskey="c" type="button" ></html:button>
  62.     <html:button id="opt-ok" accesskey="o" type="button" ></html:button>
  63.     
  64.     <html:div id="tip"></html:div>
  65.   </html:div>
  66.   
  67.  
  68.   <script type="application/x-javascript" src="chrome://clickclean/content/js/options.js" />
  69.   
  70.   <stringbundleset id="stringbundleset">
  71.     <stringbundle id="bundle_clickclean" src="chrome://clickclean/locale/clickclean.properties"/>
  72.   </stringbundleset>
  73. </window>